'Declaration
Public Overloads Function FindViewById(Of T As Android.Views.View)( _ ByVal id As Integer _ ) As T
'Usage
Dim instance As C1Calendar Dim id As Integer Dim value As T value = instance.FindViewById(Of T)(id)
Parameters
- id
Type Parameters
- T